ComponentOne ASP.NET MVC Controls
Mask Method (InputDateBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > InputDateBaseBuilder<TControl,TBuilder> Class : Mask Method
The value.
Configurates C1.Web.Mvc.InputDateBase.Mask. Sets a mask to use while editing.
Syntax
'Declaration
 
Public Function Mask( _
   ByVal value As String _
) As TBuilder
public TBuilder Mask( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The mask format is the same one that the InputMask control uses.
See Also

Reference

InputDateBaseBuilder<TControl,TBuilder> Class
InputDateBaseBuilder<TControl,TBuilder> Members